-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(release): v0.98.0
@ master
#3521
Open
fuel-service-user
wants to merge
1
commit into
master
Choose a base branch
from
changeset-release/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fuel-service-user
requested review from
digorithm,
arboleya,
Torres-ssf,
Dhaiwat10,
danielbate,
nedsalk,
petertonysmith94 and
maschad
as code owners
January 2, 2025 08:51
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 09:20
3d255ba
to
07e4a32
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 10:43
07e4a32
to
9f976f2
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
January 2, 2025 11:55
0ecec63
to
c1ae347
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 12:21
c1ae347
to
a3f28bf
Compare
fuel-service-user
changed the title
ci(release):
ci(release): Jan 2, 2025
v0.97.3
@ master
v0.98.0
@ master
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 2, 2025 12:49
a3f28bf
to
7a4a172
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 10:25
7aaed63
to
3c23c67
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 11:01
3c23c67
to
32663a9
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 12:00
32663a9
to
bc582dc
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 12:25
bc582dc
to
87ac5b2
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 12:55
87ac5b2
to
9a92907
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 16:18
9a92907
to
4c3dd12
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 18:47
4c3dd12
to
f7771fc
Compare
Coverage Report:
Changed Files:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
In this release, we:
fromInstance
to thePredicate
classcreate fuels
Provider
constructorpublic
andsync
again--fuel-core-port
flag infuels init
commandautoCost
method to easily estimate and fund transactionsfundWithRequiredCoins
->autoCost
for contract and script callsfuels init
BigNumberCoder
fuel-core
to0.40.2
OperationName
enumBech32
address format in favour ofB256
AbstractAddress
in favour of theAddress
class.Getting Started
docs and repoREADME
, focusing on MainnetBreaking
provider
initializationsync
again, by @arboleyaautoCost
for transaction estimation and funding, by @danielbatesubmitAndAwait
operation, by @nedsalk@fuel-ts/interfaces
package, by @petertonysmith94Features
create fuels
, by @Dhaiwat10--fuel-core-port
flag infuels init
, by @nedsalksendAndAwaitStatus
subscription, by @danielbateFixes
fuels init
, by @arboleyapunycode
deprecation notice, by @petertonysmith94fuels dev
withpnpm
, by @petertonysmith94Chores
@fuels/*
deps to0.36.1
, by @petertonysmith94fuel-core
to0.40.2
, by @Torres-ssfuseBaseAssetId
hook to templates, by @petertonysmith94Provider.create
method, by @arboleyaDocs
mainnet
, by @arboleyaMigration Notes
Features
#3514 - Making
provider
initializationsync
again1.
Provider
Instantiationasync
tosync
2.
Provider
methodsasync
3.
TransferParams
andContractTransferParams
assetId
is now required byTransferParams
andContractTransferParams
4. Transaction Response
chainId
#3539 -
autoCost
for transaction estimation and fundingTo be brought inline with
autoCost
, funding a contract and script call has been migrated fromfundWithRequiredCoins
toautoCost
:Chores
#3553 - Remove unused operations
The following operations have been removed from the
OperationName
enum, as they were never used to assemble operations:OperationName.mint
OperationName.predicatecall
OperationName.script
OperationName.sent
#3552 - Remove receipts deprecated properties
All receipts deprecated properties were removed:
#3551 - Remove receipt coders
All previously deprecated receipt coders have been removed. These classes were barely used aside from a few internal helpers, which were converted to utility functions.
#3548 - Remove deprecated
submitAndAwait
operationsubmitAndAwait
operation was removedAfter being deprecated since #3101, we have removed this operation altogether. Please use the
submitAndAwaitStatus
method instead which gives the same results assubmitAndAwait
. If you are interested in the deprecation/removal reasons, please refer to FuelLabs/fuel-core#2108.#3493 - Remove Bech32 address
Removed
INVALID_BECH32_ADDRESS
error code.Removed associated Bech32 helper functions.
normalizeBech32
isBech32
toB256
getBytesFromBech32
toBech32
clearFirst12BytesFromB256
#3492 - Redistributed the
@fuel-ts/interfaces
packageAbstractAddress
class; use theAddress
class instead.@fuel-ts/interfaces
package; use thefuels
package instead.